projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adcde30
)
gsk: Include config.h
author
Benjamin Otte
<otte@redhat.com>
Fri, 23 Dec 2016 01:05:54 +0000
(
02:05
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 23 Dec 2016 07:11:01 +0000
(08:11 +0100)
The more you know:
Not including config.h causes the public API implemented in this file to
not be exported in the resulting library.
gsk/gskrendernodeimpl.c
patch
|
blob
|
history
diff --git
a/gsk/gskrendernodeimpl.c
b/gsk/gskrendernodeimpl.c
index d2f27243d56ee7c295288301c93408eee1f38044..bc589d0f216e5be670c829e0a28b585a1f3f6926 100644
(file)
--- a/
gsk/gskrendernodeimpl.c
+++ b/
gsk/gskrendernodeimpl.c
@@
-16,6
+16,8
@@
* License along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "config.h"
+
#include "gskrendernodeprivate.h"
#include "gskcairoblurprivate.h"